🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / feature / connections / src / commonMain / kotlin / org / meshtastic / feature / connections / Constants.kt
Displaying Raw • Download
feature/connections/src/commonMain/kotlin/org/meshtastic/feature/connections/Constants.kt renovate/actions-setup-java-5.x (f17e586c) Text, 1.52 KB
T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.feature.connections
T8b949e/**
* Sentinel value for "no device selected" that mirrors the one-char prefix used by every real
* [org.meshtastic.feature.connections.model.DeviceListEntry]'s `fullAddress`. Persisted by `radioInterfaceService` so
* the UI layer can distinguish "user explicitly disconnected" from "first launch".
*/
Tff7b72const Tff7b72val Te6edf3NO_DEVICE_SELECTEDTb4b4b4: Tffa657String Tff7b72= Ta5d6ff"Ta5d6ffnTa5d6ff"
T8b949e/** One-char prefix marking a TCP/Network device's `fullAddress`. See [DeviceListEntry.Tcp]. */
Tff7b72const Tff7b72val Te6edf3TCP_DEVICE_PREFIXTb4b4b4: Tffa657String Tff7b72= Ta5d6ff"Ta5d6fftTa5d6ff"
T8b949e/** One-char prefix / sentinel marking the mock (demo-mode) device's `fullAddress`. See [DeviceListEntry.Mock]. */
Tff7b72const Tff7b72val Te6edf3MOCK_DEVICE_PREFIXTb4b4b4: Tffa657String Tff7b72= Ta5d6ff"Ta5d6ffmTa5d6ff"
T8b949e/** One-char prefix marking a BLE device's `fullAddress`. See [DeviceListEntry.Ble]. */
Tff7b72const Tff7b72val Te6edf3BLE_DEVICE_PREFIXTb4b4b4: Tffa657String Tff7b72= Ta5d6ff"Ta5d6ffxTa5d6ff"
Served by rngit 1.5.0 - Generated in 0.04s